home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0408.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  2.2 KB  |  80 lines

  1.  
  2. >  Date: Tue, 24 Nov 92 21:54:37 -1000
  3. >  From: Rik Harris <rik@daneel.rdt.monash.edu.au>
  4.  
  5. >  I think the <PRE> tag is a great idea, too.  The problem with not
  6. >  having newlines significant is that it makes it difficult to do
  7. >  indenting, etc.  One of the reasons the <PRE> tag is nice is that you
  8. >  can take text (eg, manual entries) and not worry about formatting:
  9. >  
  10.  
  11. >  eg
  12. >  
  13.  
  14. >  OPTIONS
  15. >  
  16.  
  17. >    -b   this option performs the blah command.  And if this line is
  18. >         reasonably long, I can demonstrate what I'm talking about.
  19. >  
  20.  
  21. >    -f   this option performs the foo command.  Another annoying prob-
  22. >         lem is hyphenation.
  23.  
  24.  
  25. I was sugesting that you should format the above like
  26.  
  27.   OPTIONS<p>
  28. <p>
  29.     -b   this option performs the blah command.  And if this line is<p>
  30.          reasonably long, I can demonstrate what I'm talking about.<p>
  31. <p>  
  32.  
  33.     -f   this option performs the foo command.  Another annoying prob-<p>
  34.          lem is hyphenation.<p>
  35.  
  36. That is, you explicitly put in the line end, but all white space is significant  
  37. on the line.. It means that lines like
  38.  
  39.     See also csh, cc, blah, fred and junk.
  40.  
  41. which would have to be a SINGLE LINE
  42.  
  43. See also  <a name=csh href=csh.html>csh</a>, <a name=cc href=cc.html>cc</a>, <a  
  44. name=blah2 href=http://sdf.adf.uasdf.edu/fred/doc/junk/blah.html>blah</a>, <a  
  45. name=fred href=fred.html>fred</a> and <a name=junk href=junk.html>csh</a>.
  46.  
  47. instead could out as for example
  48.  
  49. See also  
  50.  
  51.  <a name=csh href=csh.html>csh</a>, 
  52.  
  53.  <a name=cc href=cc.html>cc</a>, 
  54.  
  55.  <a name=blah2 href=http://sdf.adf.uasdf.edu/fred/doc/junk/blah.html>blah</a>,
  56.  <a name=fred href=fred.html>fred</a> and <a name=junk href=junk.html>csh</a>.
  57. <p>
  58.  
  59. which is mailable.  If you look atthe NJIT manual pages HTML, there is a  
  60. mixture of significant line feeds and explicit <p> elements for blank lines:
  61.  
  62.   OPTIONS
  63. <p>
  64.     -b   this option performs the blah command.  And if this line is
  65.          reasonably long, I can demonstrate what I'm talking about.
  66. <p>  
  67.  
  68.     -f   this option performs the foo command.  Another annoying prob-
  69.          lem is hyphenation.
  70. <p>
  71.  
  72. I propose we settle for one or the other.  I wonder whether there is
  73. anything in SGML to suggest which.
  74.  
  75.     Tim
  76.  
  77.  
  78.     
  79.  
  80.